.icon_Community a.js-btn-icon_Community {
    text-align: center;
    width: 50px;
    line-height: 47px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    font-size: 22px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.5);
    box-shadow: 0 3px 5px rgba(0,0,0,.5);
    height: 50px;
    pointer-events: auto
}

.js-btn-icon_Community:focus,.js-btn-icon_Community:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.js-icon_Community .icon_li {
    position: relative;
    right: -100px
}

.js-icon_Community .icon_li .icon_li_img {
    max-width: 50px;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    z-index: 1
}

.js-icon_Community.active .icon_li {
    right: 0;
    pointer-events: auto
}

.js-icon_Community .icon_li:first-child {
    transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out
}

.js-icon_Community .icon_li:nth-child(2) {
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.js-icon_Community .icon_li:nth-child(3) {
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out
}

.js-icon_Community .icon_li:nth-child(4) {
    transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out
}

.js-icon_Community .icon_li:nth-child(5) {
    transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    -webkit-transition: all .9s ease-out
}

.js-icon_Community .icon_li:nth-child(6) {
    transition: all 1.1s ease-out;
    -moz-transition: all 1.1s ease-out;
    -o-transition: all 1.1s ease-out;
    -webkit-transition: all 1.1s ease-out
}

.js-icon_Community .icon_li:nth-child(7) {
    transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -webkit-transition: all 1.3s ease-out
}

.js-icon_Community .icon_li:nth-child(8) {
    transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    -webkit-transition: all 1.5s ease-out
}

.js-icon_Community .icon_li:nth-child(9) {
    transition: all 1.7s ease-out;
    -moz-transition: all 1.7s ease-out;
    -o-transition: all 1.7s ease-out;
    -webkit-transition: all 1.7s ease-out
}

.icon_Community {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 1000;
    pointer-events: none
}

.icon_Community_ul {
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px
}

.icon_Community_ul,.icon_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.icon_img {
    background: #000;
    border: none;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
    width: 50px;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.icon_img.active {
    width: 142px
}

.icon_img.active .icon_name {
    text-indent: 0;
    opacity: 1
}

.icon_img:hover {
    text-decoration: none;
    width: 142px
}

.icon_img:before {
    opacity: 0
}

.icon_img .icon {
    color: #fff;
    font-size: 22px;
    width: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 1
}

.icon_img:hover .icon {
    text-decoration: none
}

.icon_img:hover .icon_name {
    opacity: 1;
    text-indent: 0
}

.icon_name {
    position: relative;
    line-height: 50px;
    padding-right: 50px;
    padding-left: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    overflow: hidden;
    text-indent: -100px;
    font-family: Arial,Microsoft JhengHei,sans-serif
}

.js_lightbox_wechat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    display: none
}

.content-wechat {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 375px;
    width: calc(100% - 15px);
    background: #fff;
    padding: 75px 30px 30px;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.5);
    box-shadow: 0 3px 5px rgba(0,0,0,.5)
}

.js_lightbox_wechat .js-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.title-wechat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    background: #08b506;
    color: #fff;
    font-size: 26px
}

.id-wechat,.title-wechat {
    font-family: Arial,sans-serif
}

.id-wechat {
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 10px
}

.content-wechat img {
    height: 130px;
    width: auto
}

.bg_transparent {
    background: transparent
}

.bg_iconFacebook {
    background: #4064ad
}

.bg_iconLine {
    background: #02be01
}

.bg_iconInstagram {
    background: #fcb045;
    background: linear-gradient(45deg,#fcb045,#e6233c 22%,#ab3586 71%,#5719a8)
}

.bg_iconMessenger {
    background: #0084ff
}

.bg_iconYoutube {
    background: #e02a20
}

.bg_iconMail,.bg_iconPhone {
    background: #000
}

.bg_iconWechat {
    background: #09b507
}

.bg_iconWhatsapp {
    background: #20b038
}

/*# sourceMappingURL=socicon-style.css.map*/
